OpenDialogOptionsinterface
Options for the open dialog
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| buttonLabel⚓︎ | string | x | x | x |
| defaultPath⚓︎ | string | x | x | x |
| filters⚓︎ | { name: string; extensions: string[] }[] | x | x | x |
| message⚓︎ | string | x | x | x |
| properties⚓︎ | ("openFile" | "openDirectory" | "multiSelections" | "showHiddenFiles" | "createDirectory" | "promptToCreate" | "noResolveAliases" | "treatPackageAsDirectory" | "dontAddToRecent")[] | x | x | x |
| title⚓︎ | string | x | x | x |